CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小二乘法 曲线拟合

搜索资源列表

  1. suanfa4

    0下载:
  2. 最小二乘法的多项式曲线拟合,在数值分析中对误差分析使用的非常多!-equation solver
  3. 所属分类:Algorithm

    • 发布日期:2016-08-19
    • 文件大小:1361
    • 提供者:张俊龙
  1. ZXECF

    1下载:
  2. 最小二乘法2次曲线拟合应用已有的采样时间点,再现这些点所描述的2次曲线的变化,即求出一个二次曲线方程y=ax2+bx+c这个算法的主要问题也就是如何用给定的数据求方程系数abc-Least squares curve fitting application 2 has a sampling time points, reproduce these points 2 are described the change curve, which obtained a quadratic equatio
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:4471
    • 提供者:WANGYANNING
  1. mm

    0下载:
  2. 用于最小二乘法进行曲线拟合的MATLAB源代码-Curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:朗朗
  1. cyuyanyongyuzuixiaoerchengfa

    0下载:
  2. c语言用于最小二乘法拟合曲线中求最优参数。-c language for the least square fitting the curve seek the optimal parameters.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:184747
    • 提供者:xiaxia
  1. C-P-P-least-squarefitting

    0下载:
  2. C++的最小二乘法实现曲线拟合,改后缀名为cpp即可-C++ least-square realize curve fitting, change the suffix as CPP
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7316
    • 提供者:邵强
  1. pir-VB

    0下载:
  2. 用VB实现最小二乘法拟合曲线的功能,可以帮助一般的曲线绘制。-VB achieved by least square fitting curve of the features that help the general Curve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1059
    • 提供者:tinkerguang
  1. zuixiaoerchengfa

    0下载:
  2. 最小二乘法的二次曲线拟合程序,很好用 最小二乘法的二次曲线拟合程序,很好用-Quadratic least squares curve fitting program, easy to use Quadratic least squares curve fitting program, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:709
    • 提供者:熊瑛
  1. Least-squares-curve-fitting

    0下载:
  2. 本程序用C语言实现最小二乘法拟合曲线,欢迎大家下载-C language with least square fitting curve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1056
    • 提供者:yuxiang
  1. leastSquares

    1下载:
  2. 基于VC++的最小二乘法拟合曲线,可以自动生成n次多项式,算法简洁明了。-VC++ based on the least-squares fitting curve, can automatically generate n polynomial, the algorithm clear and concise.
  3. 所属分类:Algorithm

    • 发布日期:2015-07-22
    • 文件大小:1050624
    • 提供者:yaoqin
  1. qxnh

    0下载:
  2. 最小二乘法的曲线拟合程序,用于分析数据曲线-Least-squares curve fitting procedure for the analysis of the data curve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6564
    • 提供者:兰州
  1. lss

    0下载:
  2. 最小二乘法,数值计算中经常使用到的算法,曲线拟合、方程组求解等-the least squared solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1731
    • 提供者:taoyqc
  1. MLS

    2下载:
  2. 移动最小二乘法(MLS)一维matlab计算程序,用于曲线拟合-Moving Least Squares (MLS) one-dimensional calculation matlab program for curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1306
    • 提供者:jack
  1. quxiannihe

    0下载:
  2. 已知n个圆上的测量点,用最小二乘法实现曲线拟合圆的功能,c++语言,vc++工具实现-Achieved with the least-squares curve fitting function of the circle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:267011
    • 提供者:yin
  1. ls-svdls

    0下载:
  2. 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。 -Least-squares method (also known as least squares) is a mathematical optimization techniques. It does thi
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:58046
    • 提供者:zjc
  1. mmls

    0下载:
  2. 基于移动最小二乘法的曲线曲面拟合,非常好的拟合算法-MLS method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:728151
    • 提供者:jn
  1. zhishuhanshu-quxiannihe

    4下载:
  2. 利用C语言实现最小二乘法对给定点指数函数曲线拟合-Using C language to achieve the least squares method to the fixed-point exponential function curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:56586
    • 提供者:张彦强
  1. Least-Squre

    0下载:
  2. 最小二乘法拟合曲线C++代码,任意的M个数据,任意的次数N(N不易太高)。输出拟合曲线的表达式-Least Squre For ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1872121
    • 提供者:张本梁
  1. spline-fitting

    0下载:
  2. 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3675
    • 提供者:David
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. Least-Square-Fit-

    1下载:
  2. 最 小二乘法通常用于曲线拟合(least squares fitting) 。 这里有拟合圆曲线的公式推导过程和vc 实现。-The least squares method is usually used for curve fitting (least squares fitting). Here is the derivation of the formula of the circular curve fitting and vc achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-07-18
    • 文件大小:184320
    • 提供者:jimlank
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com